.first-sections {
    /* height: 200px; */
    background-color: #EAE8DF;
}

.first-di {
    /* padding-top: 50px; */
    width: min(90%, 1200px);
    display: grid;
    grid-template-columns: 56% 43%;
    margin: auto;
}

.first-leftdiv {
    width: 74%;
    margin: auto;
}

.first-rightdiv img {
    width: 100%;
    border-radius: 15px;
    max-width: 400px;
}

.first-rightdiv {
    position: relative;
    padding-top: 100px;
    height: fit-content;
    padding-bottom: 15%;
    

    background-repeat: no-repeat;
    background-position: bottom;
}

.first-head {
    font-size: 45px;
    color: #603813;
    line-height: 50px;
    font-family: "Euroroman", Sans-serif;
    
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 160px;
    font-weight: 700;
}

.first-para {
    font-size: 18px;
    line-height: 25px;
    font-family: "Euroroman", Sans-serif;
    margin-top: 28px;
}

/* ---------------------------------------------------------Sec Div CSS-------------------------------------------------------------------- */


.sec-div--imges {
    display: flex;
    background-color: #D5C2AE;
    width: 100%;
    justify-content: center;
    padding-top: 25px;
}

.sec-div--imges img {
    width: 50% !important;
    gap: 20px;
}

.sec-div-imge-class {
    width: 100%;
    max-width: 303px;
    text-align: center;
}

.sec-div-2nd {
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #D5C2AE;

}

.sec-div-text {
    padding-top: 20px;
    width: min(80%, 1200px);
}

h2.sec-div-first-h2 {
    margin-bottom:30px;
    font-size: 36px;
    color: #603813;
    font-family: "Euroroman", sans-serif;
    line-height: 48px;
    font-weight: 600;
   
    background-repeat: no-repeat;
    background-position: 85% 93%;
}

h2.sec-div-sec-h2 {
    margin-top: 35px;
    font-size: 36px;
    color: #603813;
    font-family: "Euroroman", sans-serif;
    
    line-height: 48px;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: 59% 93%;
}

p.sec-div-first-p {
    font-size: 18px;
    font-family: "Nunito", sans-serif !important;
    color: #4D4D4D;
   
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: 95% 2em;
}

p.sec-div-sec-p {
    font-size: 18px;
    font-family: "Nunito", sans-serif !important;
    color: #4D4D4D;
    line-height: 26px;
    margin-top: 25px;
    background-repeat: no-repeat;
    background-position: 4% 5.6em;
}

/* ---------------------------------------------------------Third Div CSS-------------------------------------------------------------------- */
section.third-section {
    background-color: #D5C2AE;
    background-color: #D5C2AE;
    justify-content: center;
    display: flex;

}

.third-div-text {
    padding-top: 20px;
    width: min(80%, 1200px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #D5C2AE;
}

.third-div-first-h2 {
  font-weight: 600;
    font-size: 36px;
    color: #603813;
    font-family: "Euroroman", sans-serif !important;
    
    line-height: 48px;
    background-repeat: no-repeat;
    background-position: 59% 93%;
    margin-top: 30px;
}

.third-div-first-p {
    font-size: 18px;
    font-family: "Nunito", sans-serif !important;
    color: #4D4D4D;
    line-height: 26px;
    
    background-repeat: no-repeat;
    background-position: 63% 7.5em;
    margin-top: 36px;
}

.rhird-learnmore-img {
    width: 100%;
}

.rhird-learnmore-img img {
    width: 100%;
    max-width: 225px;
}

/* ---------------------------------------------------------Slider section------------------------------------------------------------------- */

.swiper,
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
    width: 550px;
}

.swiper-button-next {
    color: #c2986b !important;
    font-size: 30px;
    font-weight: bold;

}

.swiper-button-prev {
    color: #c2986b !important;
    font-size: 30px;
    font-weight: bold;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: none;
}

.swiper-button-next,
.swiper-button-prev {
    border: 2px solid #c2986b !important;
    font-size: 19px;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
}

.slidersection {
    padding-top: 50px;
    margin: auto;
    background-color: #FBF9F4;
}

.slideerh2 {
    
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 50px;
    width: fit-content;
    color: #603813;
    font-size: 55px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.sliderimg1 {
    
    height: 185px;
    width: 185px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;

}

.sliderimg2 {
    
    height: 185px;
    width: 185px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;

}

.sliderimg3 {
   
    height: 185px;
    width: 185px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;

}

.slider2nd {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
    cursor: pointer;
}

.sliderdiv {
    width: min(90%, 1200px);
    margin: auto;
    position: relative;

}

.sliderpara p {
    width: 83%;
    text-align: center;
    margin: auto;
    color: #000000;
    font-family: "Nunito", Sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 21px;
    margin-top: 18px;
}

span.reviewname {
    margin-top: 30px;
    display: block;
    color: #735031;
    font-family: "Nunito", Sans-serif;
}

.sendbutton {
    width: 20%;
    color: #6B431D;
}

.inputs {
    gap: 3%;
    display: flex;
}

.fstinput {
    width: 40%;
}

.sndinput {
    width: 60%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px) !important;
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px) !important;
    right: auto;
}

.ulttiimglast img {
    width: min(55%, 1200px) !important;

}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
    .first-head {
        font-size: 29px;
    }
    h2.sec-div-first-h2, h2.sec-div-sec-h2, .third-div-first-h2 {
        font-size: 35px ;
    }
    .first-leftdiv {
        width: 100%;
        margin: auto;
        align-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        max-width: 85%;

    }

    
}

@media screen and (max-width:760px) {
    .first-di {
        grid-template-columns: 100%;
    }

    .first-rightdiv {
        margin: auto;
        padding-bottom: 10%;
    }
}

@media screen and (max-width:669px) {
    .sliderdiv {
        width: 100% !important;
        margin: auto;
    }

    .swiper-slide .slider2nd {
        width: 100%;
    }

    .swiper,
    .swiper-container {
        width: 100% !important;
    }
}

@media screen and (max-width:768px) {
    
    .sliderdiv {
        width: fit-content;
        margin: auto;
    }

    .slideerh2 {
        font-size: 35px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 8px !important;
    }
}
@media screen and (min-width:769px) and (max-width:1023px) {
    
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px) !important;
        left: auto;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px) !important;
        right: auto;
    }

    .swiper-button-prev,
    .swiper-button-next {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%) !important;
    }
}

@media screen and (max-width:1330px) and (min-width:1024px) {

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0px !important;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0px !important;
    }

    .slideerh2 {
        background-position: bottom right;
    }
}
@media screen and (max-width:425px) {
    .first-head, .sec-div-first-h2, .sec-div-sec-h2, .third-div-first-h2
    , .slideerh2{
        font-size: 25px !important;
        line-height: 2rem !important;
    }
   
}